@extends('manager.layouts.admin', ['title' => __('Create Entry')]) @section('content') @if(count($errors) > 0)
@endif @if(\Session::has('success'))

{{\Session::get('success')}}

@endif
@if(session()->has('error')) {{ session()->get('error') }} @endif
@if(\Session::has('Delete'))

{{\Session::get('Delete')}}

@endif
@csrf

Ratio Details

@endsection