@extends('admin.layouts.content') @section('content')
@include('components.card_header', ['title' => 'Maps', 'route' => route('Maps')])
{{ csrf_field() }}
@if($map->attachments->count() != 0)
@foreach($map->attachments as $attachment) @endforeach
@endif
is_active) == 1 ? 'checked' : '' }}>
is_active) == 0 ? 'checked' : '' }}>
@endsection