@extends('layout.admin.master') @section('meta-title', 'LEREVE - Create Popup') @section('body-class', 'menu-position-side menu-side-left full-screen with-content-panel') @section('breadcrumbs') @endsection @push('asset-top') @endpush @section('content')
@if (session('success'))
{{ session('success') }}
@endif
Weight
@csrf
Create
@error('Weight') @enderror
@endsection @push('asset-bottom') @endpush