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

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

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