@extends('admin.layouts.main') @section('title') User Create @endsection @section('content')

Blog Create

User Create

{{ view('admin/blog/_form',compact('bcategory')) }}
@endsection