@extends('layouts.master') @section('page_title','Create Customer') @section('title','Title form blade') @section('main_item','main from blade') @section('sub_item','sub from blade') @section('content')

Customers Details

Customer Name Email Phone No Country Action Action
Donald GardnerNew xyx@gmail.com +123456789 Tokyo, JAP
Matt Rosales xyx@gmail.com +123456789 San Francisco USA
Michael HillNew xyx@gmail.com +123456789 Sydeny AUS
Nancy Flanary xyx@gmail.com +123456789 Berlin GER
Dorothy Key xyx@gmail.com +123456789 New York USA
Joseph Cross xyx@gmail.com +123456789 Tokyo JAP
@endsection @section('scripts') @endsection