@extends('admin.master_layout') @section('title') {{ __('translate.Create Service') }} @endsection @section('body-header')

{{ __('translate.Create Service') }}

{{ __('translate.Manage Service') }} >> {{ __('translate.Create Service') }}

@endsection @section('body-content')
@csrf

{{ __('translate.Basic Information') }}

{{ __('translate.SEO Information') }}

@endsection @push('style_section') @endpush @push('js_section') @endpush