@extends('admin.layouts.app') @section('title', 'Add Contact Details') @section('section')

Contact Form

{{--
--}}
@csrf
@if($contact)

Section # 1


preview image

Section # 2

Characters Left:


Section # 3



@else

Section # 1


preview image

Section # 2

Characters Left:


Section # 3



@endif
@endsection @section('script') {{-- --}} @endsection