@extends('backend.admin-master') @section('style') @endsection @section('site-title') {{__('Services')}} @endsection @section('content')

{{__('New Service')}}

{{__('All Services')}}
@csrf
{{__('Recommended image size 60x60')}}
{{__('it will show in home pages service item short details.')}}
{{__('select language to get category by language')}}
{{__('select language to get price plan by language')}}
{{__('if you set order for it, all service will show in frontend as a per this order')}}
{{__('Recommended image size 1920x1280')}}
@include('backend.partials.media-upload.media-upload-markup') @endsection @section('script') @include('backend.partials.media-upload.media-js') @endsection