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

ADD AMC

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

{{ $error=="Please Select Vendor."?'Please Select Client':$error }}

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