@extends('admin.layout') @section('content') Map Material Dashboard Map Material Revision Material List Map Material @csrf File Name @if ($errors->has('file_name')) {{ $errors->first('file_name') }} @endif File url Select File Name @if(!empty($materials)) @foreach($materials as $material) {{$material->filename}} @endforeach @endif @if ($errors->has('files_url')) {{ $errors->first('files_url') }} @endif Submit @endsection @push('footer-script') @endpush