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

Modal

@if(session('status')) @endif

Formulir Modal

@csrf
@if($errors->has('judul')) {{$errors->first('judul')}} @endif
@if($errors->has('tipe')) {{$errors->first('tipe')}} @endif
@if($errors->has('file')) {{$errors->first('file')}} @endif @if(@$modal->file)
@endif
@if($errors->has('tipe')) {{$errors->first('tipe')}} @endif
@endsection @push('custom-scripts') @endpush