@extends('layouts.master') @section('title') @lang('translation.Form_Layouts') @endsection @section('content') @include('components.breadcum')
{!! get_error_html($errors) !!} @csrf @method('PATCH')
Category
--Select Category--
@foreach(getAllCategory() as $key => $value)
id == $data->category_id) selected @endif>{{$value->name}}
@endforeach
*
Name
Submit
Cancel
@endsection @section('script') @endsection