@extends('admin.layouts.master') @section('title') Aramian Brother`s Jewelry @endsection @section('content') @include('admin.layouts.topbar') @include('admin.layouts.sidebar')
Admin

Products Create

@if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
{{ session('error') }}
@endif @if($errors) @foreach ($errors->all() as $error)
{{ $error }}
@endforeach @endif

Create

@method('POST') @csrf
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@foreach ($menuType as $menuTypeVal)
@endforeach
@foreach ($mainMenu as $key => $categoryVal)
@endforeach
@foreach ($collection as $key => $collectionVal)
@endforeach
@foreach ($category as $categoryVal)
@endforeach
{{--
--}}
{{--
@csrf
--}} @include('admin.layouts.footer')
{{-- --}}