@extends('layouts.admin') @section('title') Ananas | Add New Quote @endsection @section('Quotes') active {{session('sidebar_color')}} @endsection @section('breadcrumb') @endsection @section('style') @endsection @section('content')
@if(true)
Quote
@csrf
@endif
@endsection