@extends('admin.layout.master') @section('content')

{{trans('admin.' .$title.'_create')}}

@csrf @method('post')
@endsection @push('js') @endpush