@extends('layouts.cork') @section('title', $title) @section('page-css') @endsection @section('breadcrumb')
@endsection @section('content')
@csrf @if($action == 'edit') @method('PUT') @endif
@error('file')
{{ $errors->first('file') }}
@enderror
@endsection @section('page-js') @endsection