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

Edit media information

@csrf @method('PUT')

@if($media->image==null) @else @endif
@endsection