@extends('layouts.admin') @section('content')

Edit File or Text

@csrf
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@if(!is_null($model->text)) @else @endif
@if( !is_null($model->file_part) && !empty($model->file_part)) @endif
@endsection @section('style') @endsection @section('script') @endsection