@extends('admin.layout.app') @section('title', 'Sehat Health Care - Edit Contact Detail ') @push('headerscript') @endpush @section('content')

Contact Detail

{!! Form::model($row, ['method'=>'patch', 'files' => true, 'route' => ['contactdetail.update', $row->id]]) !!} @csrf
{{ $errors->first('mobile_1')}}
{{ $errors->first('mobile_2')}}
{{ $errors->first('whatsapp_1')}}
{{ $errors->first('whatsapp_2')}}
{{ $errors->first('email')}}
{{ $errors->first('address')}}

@endsection @push('footerscript') @endpush