@extends('admin.layout.index') @section('title') {{__('messages.add-projectCategory')}} @endsection @section('css') @endsection @section('content')

{{__('messages.add-projectCategory')}}

@if ($errors->has('name_ar')) {{ $errors->first('name_ar') }} @endif
@if ($errors->has('name_en')) {{ $errors->first('name_en') }} @endif
@endsection