@extends('dashboard.dashboard') @section('title',ucfirst('Cadastrar Clientes')) @section('main') @section('page','client')
@php @endphp

Clientes

Os campos com (*) são de caráter obrigatório
@csrf @method('put')
@foreach($errors->get('name') as $error) @endforeach
preview
@foreach($errors->get('image') as $error) @endforeach
{{--
--}} {{-- --}} {{-- --}} {{--
--}} {{-- @foreach($errors->get('status') as $error)--}} {{-- --}} {{-- @endforeach--}} {{--
--}} {{--
--}}
@endsection @push('scripts') @endpush