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

Add Media Presence

Back
@if ($errors->any())
Please fix the following:
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
Cancel
@endsection