@extends('app') @section('content') Edit AMC

EDIT AMC

@if($errors->any())
@foreach($errors->all() as $error)

{{ $error }}

@endforeach
@endif
@if(!empty($settings['location']) && $settings['location'] == 1)
@endif
Cancel
@endsection