@extends('layouts.main') @section('title', 'Customer view') @section('css') @endsection @section('nav') @include('layouts.nav') @endsection @section('content')

Add deal

{{csrf_field()}}
@endsection @section('scripts') @endsection