@extends('layout.app') @section('title') {{ __('message.categories_create') }} @stop @section('css') @stop @section('content')
{{-- form for store clients --}}
@csrf
{{-- client name --}}
{{-- end client name --}}
{{-- end client name --}} {{-- end client name --}}
{{-- end client name --}}
{{-- end form --}}
@endsection @section("js") @endsection