@yield('before-styles')
@yield('after-styles')
@include('layouts.provider.header')
@yield('content')
@include('layouts.common.footer')
@yield('before-scripts')
@yield('after-scripts')
| {{tr('name')}} |
|
| {{tr('job_type')}} |
|
| {{tr('category')}} |
|
| {{tr('sub_category')}} |
|
| {{tr('title')}} |
|
| {{tr('description')}} |
|
| {{tr('price')}} {{tr('per_hour_symbol')}} |
|
@if(Auth::guard('provider')->check())
@if(Setting::get('provider_notification_control'))
@endif
@endif