@extends('admin.master') @section('title',@trans('Create Price')) @section('content')
@csrf
@livewire('select-city-hall')
@error('currency_id') {{ $message }} @enderror
@error('currency_id') {{ $message }} @enderror
@error('price') {{ $message }} @enderror
@error('start_date') {{ $message }} @enderror
@error('end_date') {{ $message }} @enderror
@include('admin.pages.course.price._table_price_course') @endsection @section('script') @endsection