@extends('crm.layouts.app') @section('styles') @endsection @section('content')
@include('crm.customer.common.contact_inner_sidebar')

{{__('Media')}}

@csrf
@foreach ($media as $item) @php $link = asset(config('app.file_path').$item->file_name) @endphp @endforeach
@endsection @section('scripts') @include('crm.customer.media_js') @endsection