@extends('layouts.app') @section('content') @section('css') @endsection

{{ isset($title)?$title:'' }}

{{ csrf_field() }}
Note! Use these objects and they will replaced by customer details [NAME] [PHONE] [ADDRESS]
@section('js') @endsection @endsection