@extends('admin.template.master') @section('stylesheets') @endsection @section('title') Customer Qoutations Home Customer Qoutations @endsection @section('main-content') @if(Session::has('message')) × {{Session('message')}} @endif ID PreSale Date @endsection @section('javascripts') @endsection