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

Docs

@stop @section('content') {{--write code here--}}
@csrf @method('POST')
@php $media=$doc->media; @endphp
@if($media->isNotEmpty()) @foreach($media as $key=> $media_obj)
@if($key==0) @endif
@if($key==0) @else @endif
@endforeach @else
@endif
@stop @section('last_scripts') @stop