{{ $title }}

{{__('user.Add New')}}
@if($services->count() > 0) @foreach ($services as $service)

{{ $service->name }}

{{__('user.Price')}} : {{ $currency_icon->icon }}{{ $service->price }}

{{__('user.Category')}} : {{ $service->category->name }}

@if ($service->make_featured == 1 || $service->make_popular == 1)

{{__('user.Highlight')}} : @if ($service->make_featured == 1) {{__('user.Featured')}} @endif @if ($service->make_featured == 1 && $service->make_popular == 1) , @endif @if ($service->make_popular == 1) {{__('user.Popular')}} @endif

@endif

{{__('user.Status')}} : @if ($service->is_banned == 1) {{__('user.Banned')}} @elseif ($service->approve_by_admin == 0) {{__('user.Awaiting for approval')}} @else @if ($service->status == 1) {{__('user.Active')}} @else {{__('user.Inactive')}} @endif @endif

{{__('user.Edit')}} @if ($service->totalOrder == 0) {{__('user.Remove')}} @else {{__('user.Remove')}} @endif {{__('user.View')}}
@endforeach @else

{{__('user.Service not found!')}}

@endif
{{ $services->links() }}