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

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

@if(session()->has('success'))
{{ session()->get('success') }}
@endif @if(session()->has('erorr'))
{{ session()->get('erorr') }}
@endif
{{ csrf_field() }}
@section('js') @endsection @endsection