@extends('layouts.master') @section('title') @lang('translation.Add Category') @endsection @section('css') @endsection @section('content') @component('common-components.breadcrumb') @slot('pagetitle') Project @endslot @slot('title') Add Employee @endslot @endcomponent
Employee Info

Fill all information below

@csrf @if(isset($project)) @endif
@if(isset($project) && $project->cover_img) Cover Image @endif
@if(isset($project) && $project->img) Image @endif
Cancel
@endsection @section('script') @endsection