@extends('backend.layouts.master') @section('title', 'Create Project - Admin Panel') @section('admin-content')

Create New Project

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
{{--
--}}

Project Progress




Video Progress
{{----}}
{{----}}

Cancel
@endsection