@extends('layouts.backend.main') @section('contents')
@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@endsection @section('headers') @endsection @push('scripts') @endpush @push('styles') @endpush