@extends('layouts.master') @section('title') @lang('translation.Data_Tables') @endsection @section('css') @endsection @section('content') @include('components.breadcum')
{!! get_error_html($errors) !!} @csrf @method('PATCH')
@if($data->type == 'select_user')
@else
@endif @if($data->type == 'pet_shop')
@else
@endif @if($data->type == 'pet_age')
@else
@endif
@endsection @section('script') @endsection